home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TADDFOLDERDLG / TADDFOLDERDLG.txt < prev   
Text File  |  1998-11-20  |  930b  |  51 lines

  1. object AddFolderDlg: TAddFolderDlg
  2.   Left = 237
  3.   Top = 182
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add New Folder'
  7.   ClientHeight = 70
  8.   ClientWidth = 320
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 113
  21.     Height = 13
  22.     Caption = 'Enter New Folder Name'
  23.   end
  24.   object FolderName: TEdit
  25.     Left = 8
  26.     Top = 24
  27.     Width = 225
  28.     Height = 21
  29.     MaxLength = 20
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 240
  34.     Top = 8
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&OK'
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 240
  43.     Top = 40
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Cancel'
  47.     TabOrder = 2
  48.     Kind = bkCancel
  49.   end
  50. end
  51.